Lisp - определение. Что такое Lisp
Diclib.com
Словарь ChatGPT
Введите слово или словосочетание на любом языке 👆
Язык:

Перевод и анализ слов искусственным интеллектом ChatGPT

На этой странице Вы можете получить подробный анализ слова или словосочетания, произведенный с помощью лучшей на сегодняшний день технологии искусственного интеллекта:

  • как употребляется слово
  • частота употребления
  • используется оно чаще в устной или письменной речи
  • варианты перевода слова
  • примеры употребления (несколько фраз с переводом)
  • этимология

Что (кто) такое Lisp - определение

FUNCTIONAL PROGRAMMING LANGUAGE BASED ON THE LAMBDA CALCULUS
LISP programming language; Lisp computer language; Lisp atom; Lisp language; LISP language; LISP (programming language); LISP atom; Lisp programming language; LISP (programming); Lisp (programming); Programmable programming language; Lisp renaissance; LISP 1.5; Lisp 1.5; Lithp (programming language); Defun; List Processing; LISP; List processing language; Lisp (language); MuLISP; Lots of Irritating Superfluous Parentheses; Lisp operators; History of the Lisp programming language; Lambde expressions in Lisp; Control structures in Lisp; Object systems in Lisp
  • 4.3 BSD]] from the [[University of Wisconsin]], displaying the [[man page]] for [[Franz Lisp]]
  • pointer]] diagram for the list (42 69 613)
  • A [[Lisp machine]] in the [[MIT Museum]]
Найдено результатов: 98
LISP 1.5         
The second version of Lisp, successor to LISP 1. Developed at MIT in 1959. Followed by LISP 1.75, LISP 1.9, Lisp 2 and many other versions.
LISP         
SPEECH IMPEDIMENT IN WHICH A PERSON MISARTICULATES SIBILANTS
Sigmatism; Lisping; ʫ; ʪ; Interdental lisp; Lateral lisp; Lisp (speech); Nasal escape; Nasal lisp
Lots of Isolated Silly Parentheses (Reference: LISP, slang)
Lisp         
SPEECH IMPEDIMENT IN WHICH A PERSON MISARTICULATES SIBILANTS
Sigmatism; Lisping; ʫ; ʪ; Interdental lisp; Lateral lisp; Lisp (speech); Nasal escape; Nasal lisp
·vt To pronounce with a lisp.
II. Lisp ·noun The habit or act of lisping. ·see Lisp, ·vi, 1.
III. Lisp ·vi To speak hesitatingly with a low voice, as if afraid.
IV. Lisp ·vi To speak with imperfect articulation; to mispronounce, as a child learning to talk.
V. Lisp ·vt To speak with reserve or concealment; to utter timidly or confidentially; as, to lisp treason.
VI. Lisp ·vi To pronounce the sibilant letter s imperfectly; to give s and z the sound of th;
- a defect common among children.
VII. Lisp ·vt To utter with imperfect articulation; to express with words pronounced imperfectly or indistinctly, as a child speaks; hence, to express by the use of simple, childlike language.
lisp         
SPEECH IMPEDIMENT IN WHICH A PERSON MISARTICULATES SIBILANTS
Sigmatism; Lisping; ʫ; ʪ; Interdental lisp; Lateral lisp; Lisp (speech); Nasal escape; Nasal lisp
¦ noun a speech defect in which s is pronounced like th in thick and z is pronounced like th in this.
¦ verb speak with a lisp.
Derivatives
lisper noun
lisping noun & adjective
lispingly adverb
Origin
OE wlispian, from wlisp (adjective) 'lisping', of imitative origin.
LISP         
SPEECH IMPEDIMENT IN WHICH A PERSON MISARTICULATES SIBILANTS
Sigmatism; Lisping; ʫ; ʪ; Interdental lisp; Lateral lisp; Lisp (speech); Nasal escape; Nasal lisp
LISt Processor (Reference: LISP)
Lisp         
SPEECH IMPEDIMENT IN WHICH A PERSON MISARTICULATES SIBILANTS
Sigmatism; Lisping; ʫ; ʪ; Interdental lisp; Lateral lisp; Lisp (speech); Nasal escape; Nasal lisp
¦ noun a high-level computer programming language devised for list processing.
Origin
1950s: from lis(t) p(rocessor).
lisp         
SPEECH IMPEDIMENT IN WHICH A PERSON MISARTICULATES SIBILANTS
Sigmatism; Lisping; ʫ; ʪ; Interdental lisp; Lateral lisp; Lisp (speech); Nasal escape; Nasal lisp
(lisps, lisping, lisped)
1.
If someone has a lisp, they pronounce the sounds 's' and 'z' as if they were 'th'. For example, they say 'thing' instead of 'sing'.
He has a slight lisp.
N-COUNT: usu sing
2.
If someone lisps, they say something with a lisp or speak with a lisp.
The little man, upset, was lisping badly...
Bochmann lisped his congratulations.
...her low, lisping voice.
VERB: V, V n, V-ing
Lisp         
SPEECH IMPEDIMENT IN WHICH A PERSON MISARTICULATES SIBILANTS
Sigmatism; Lisping; ʫ; ʪ; Interdental lisp; Lateral lisp; Lisp (speech); Nasal escape; Nasal lisp
<language> LISt Processing language. (Or mythically "Lots of Irritating Superfluous Parentheses"). Artificial Intelligence's mother tongue, a symbolic, functional, recursive language based on the ideas of lambda-calculus, variable-length lists and trees as fundamental data types and the interpretation of code as data and vice-versa. Data objects in Lisp are lists and atoms. Lists may contain lists and atoms. Atoms are either numbers or symbols. Programs in Lisp are themselves lists of symbols which can be treated as data. Most implementations of Lisp allow functions with side-effects but there is a core of Lisp which is purely functional. All Lisp functions and programs are expressions that return values; this, together with the high memory use of Lisp, gave rise to Alan Perlis's famous quip (itself a take on an Oscar Wilde quote) that "Lisp programmers know the value of everything and the cost of nothing". The original version was LISP 1, invented by John McCarthy <jmc@sail.stanford.edu> at MIT in the late 1950s. Lisp is actually older than any other high level language still in use except Fortran. Accordingly, it has undergone considerable change over the years. Modern variants are quite different in detail. The dominant HLL among hackers until the early 1980s, Lisp now shares the throne with C. See languages of choice. One significant application for Lisp has been as a proof by example that most newer languages, such as COBOL and Ada, are full of unnecessary crocks. When the Right Thing has already been done once, there is no justification for bogosity in newer languages. See also Association of Lisp Users, Common Lisp, {Franz Lisp}, MacLisp, Portable Standard Lisp, Interlisp, Scheme, ELisp, Kamin's interpreters. [Jargon File] (1995-04-16)
Lisp         
SPEECH IMPEDIMENT IN WHICH A PERSON MISARTICULATES SIBILANTS
Sigmatism; Lisping; ʫ; ʪ; Interdental lisp; Lateral lisp; Lisp (speech); Nasal escape; Nasal lisp
A lisp is a speech impairment in which a person misarticulates sibilants (, , , , , , , ). These misarticulations often result in unclear speech.
Lisping         
SPEECH IMPEDIMENT IN WHICH A PERSON MISARTICULATES SIBILANTS
Sigmatism; Lisping; ʫ; ʪ; Interdental lisp; Lateral lisp; Lisp (speech); Nasal escape; Nasal lisp
·p.pr. & ·vb.n. of Lisp.

Википедия

Lisp (programming language)

Lisp (historically LISP, an acronym for list processing) is a family of programming languages with a long history and a distinctive, fully parenthesized prefix notation. Originally specified in 1960, Lisp is the second-oldest high-level programming language still in common use, after Fortran. Lisp has changed since its early days, and many dialects have existed over its history. Today, the best-known general-purpose Lisp dialects are Common Lisp, Scheme, Racket and Clojure.

Lisp was originally created as a practical mathematical notation for computer programs, influenced by (though not originally derived from) the notation of Alonzo Church's lambda calculus. It quickly became a favored programming language for artificial intelligence (AI) research. As one of the earliest programming languages, Lisp pioneered many ideas in computer science, including tree data structures, automatic storage management, dynamic typing, conditionals, higher-order functions, recursion, the self-hosting compiler, and the read–eval–print loop.

The name LISP derives from "LISt Processor". Linked lists are one of Lisp's major data structures, and Lisp source code is made of lists. Thus, Lisp programs can manipulate source code as a data structure, giving rise to the macro systems that allow programmers to create new syntax or new domain-specific languages embedded in Lisp.

The interchangeability of code and data gives Lisp its instantly recognizable syntax. All program code is written as s-expressions, or parenthesized lists. A function call or syntactic form is written as a list with the function or operator's name first, and the arguments following; for instance, a function f that takes three arguments would be called as (f arg1 arg2 arg3).